ErrorException [ Fatal Error ]: Class 'Controller' not found - Kohana 3.0.3 Error
Posted
by Asif
on Stack Overflow
See other posts from Stack Overflow
or by Asif
Published on 2010-03-23T13:33:44Z
Indexed on
2010/03/23
13:43 UTC
Read the original article
Hit count: 413
Hi,
I am (newbie) using Kohana V 3.0.3 and my directory structure is: pojectsys (kohana's system directory) parallel to htdocs directory
C:\xampp\pojectsys
and my application directory is in htdocs
C:\xampp\htdocs\examples
Inside C:\xampp\htdocs\examples\index.php, following variables have been set:
$application = 'C:\xampp\htdocs\examples\application'; $system = 'C:\xampp\pojectsys';
Now when I am trying to execute http://lc.examples.com/ then Kohana returns error:
ErrorException [ Fatal Error ]: Class 'Controller' not found for line 3
class Controller_Welcome extends Controller {
Please help me to resolve this issue.
© Stack Overflow or respective owner